#owl-demo{position:relative;width:360px;height:210px;margin:0 auto 0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:360px;height:210px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:44px;line-height:44px;padding-top:36px;overflow:hidden;background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0, rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgb(0 0 0 / 80%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0);}
#owl-demo span{position:absolute;left:0;bottom:5px;width:100%;height:34px;line-height:34px;padding-top:36px;overflow:hidden;font:18px/32px "Î¢ÈíÑÅºÚ","ºÚÌå";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:-30px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:5px;height:5px;margin:0 5px;background-color:#999;*display:inline;*zoom:1;border-radius:50%}
.owl-pagination .active{width:18px;background-color:#2b82d9;border-radius:6px}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(bg17.png);}
.owl-next{right:0;background-image:url(bg18.png);}
.owl-prev:hover{background-image:url(bg19.png);}
.owl-next:hover{background-image:url(bg20.png);}

.head {background:#F8F8F8;width:100%;height:32px;border-bottom:#E5E5E5 1px solid;position:fixed;z-index:9999;left:0;margin:0;padding:0}
.head_m {margin:auto;width:1200px;padding:7px 0 0 0;color:#666666;}
.head_s {height:31px;}
.head_t strong{color:#FF0000;font-weight:normal;}
.head_l li {float:left;margin:0 10px 0 0;}
.head_r {float:right;}
.head_r img {position:relative;margin:-2px 6px 0 0;}
.user-info {height:64px;padding:10px;background:#EEEEEE;border-radius:10px;}
.user-info img {width:64px;height:64px;border-radius:50%;float:left;}
.user-info ul {float:right;width:195px;margin-top:4px;padding-left:15px}
.user-info li {height:28px;line-height:28px;overflow:hidden;}
.user-info strong {font-size:16px;}
.user-info em {font-size:14px;font-style:normal;float:right;}
.user-info i {font-style:normal;color:#999999;padding:0 6px;}
.im0u{margin:0;float:left}
.topkeyz{float:left;margin-top:10px;padding-left:20px}
.topkeyz a{float:left;margin-right:20px}
.g-ul-list {
    width: 100%;
    height: auto;
    margin: 4px 0 0;
    display: block;
    overflow: hidden;
}
.g-ul-list li {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: normal;
    margin: 18px 0 0;
    display: block;
    overflow: hidden;
}
.g-ul-list li em {
    width: 12px;
    height: 12px;
    background: #ff6600;
    border-radius: 2px;
    float: left;
    margin: 2px 0 0 0;
    display: inline;
    overflow: hidden;
}
@keyframes IFER_MOVE {
                100%{
                    transform: translateY(-50%);
                }
            }</style><style type="text/css">@keyframes IFER_MOVE {
                100%{
                    transform: translateY(-50%);
                }
            }
        .i35-wrap {
        	position:relative;
        	float:left;
            margin: 5px auto 0;
            width: 360px;
            vertical-align: top;
            border: 0px solid rgb(219, 219, 219);
            background-color: #F5F5F5;
        }
        .i35-title {
            display: flex;
            border-bottom: 2px solid #2b82d9;
            height: 45px;
            line-height: 25px;
            font-size:16px
        }

        .i35-title li {
            text-align: center;
            flex: 1 1 1px;
            cursor: pointer;
            padding: 10px 30px;
            color: rgb(51, 51, 51);
        }

        .i35-title li.active {
            color: #fff;
            background-color: #2b82d9;
        }

        .i35-con {
            padding: 20px;
        }

        .i35-con .content35 {
            display: none;
            padding: 20px;
            background-color: #fff;
        }

        .i35-con .content35 li {
            font-size: 12px;
            height: 30px;
            line-height: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }